Test sys with v2018_9 until I can get 2019.2 for CI
authorFelix Krull <f_krull@gmx.de>
Fri, 17 May 2019 22:09:40 +0000 (00:09 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml

index 8ee85051ea5f4f2678d90f4361634a78e86a1b75..a64a2f9ef912e316d5a8bd1beed95427154f961e 100644 (file)
@@ -16,13 +16,13 @@ stages:
 ostree-sys:
   stage: build
   script:
-  - cargo test --verbose --manifest-path sys/Cargo.toml --all-features
+  - cargo test --verbose --manifest-path sys/Cargo.toml --features "v2018_9" #--all-features
 
 ostree-sys_nightly:
   stage: build
   image: rustlang/rust:nightly
   script:
-  - cargo test --verbose --manifest-path sys/Cargo.toml --all-features
+  - cargo test --verbose --manifest-path sys/Cargo.toml --features "v2018_9" #--all-features
   allow_failure: true
 
 publish_ostree-sys: